home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / allout.swf / scripts / DefineSprite_43 / frame_2 / DoAction.as
Text File  |  2006-05-29  |  294b  |  21 lines

  1. do
  2. {
  3.    if(23 < count)
  4.    {
  5.       complete = 1;
  6.    }
  7.    y = count % 5;
  8.    x = int(count / 5);
  9.    count++;
  10. }
  11. while(_parent.goal[y][x] != 1 and complete != 1);
  12.  
  13. if(23 < count)
  14. {
  15.    gotoAndStop(1);
  16. }
  17. else
  18. {
  19.    _parent["h" + (x + 1) + (y + 1)].base.gotoAndPlay("solutionon");
  20. }
  21.